home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 156_01 / profile.h < prev    next >
Encoding:
Text File  |  1985-08-19  |  256 b   |  7 lines

  1. #asm
  2. ;    exported symbols
  3. GLOBAL CCREGIS        ;entering a new function
  4. GLOBAL CCLEAVI        ;returning from a function
  5. GLOBAL CCCALLS        ;print the profile
  6. #endasm
  7.